home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / which < prev    next >
Encoding:
Text File  |  1993-10-08  |  795 b   |  17 lines

  1.        type   Same as whence -v.
  2.  
  3.        whence [ -acpvm ] name ...
  4.               For each name, indicate how it would be interpreted
  5.               if used as a command name.  The -v flag produces  a
  6.               more  verbose  report.   The  -p  flag  does a path
  7.               search for name even if it  is  a  shell  function,
  8.               alias,  or  reserved  word.  The -c flag prints the
  9.               results in a csh-like format.  The -a flag  does  a
  10.               search  for  all occurrences of name throughout the
  11.               command path.  With the -m flag the  arguments  are
  12.               taken as patterns (should be quoted) and the infor-
  13.               mation is displayed for each command  matching  one
  14.               of these patterns.
  15.  
  16.        which  Same as whence -c.
  17.